This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Workaround from Lotus Support ~Hank Opnuobu 23.Oct.03 01:01 PM a Web browser Notes Client 6.0.1Macintosh
Lotus Support have come up with the following workaround to getting Notes URL links to open in Safari.
1. Create an AppleScript with the following code, and save as an Application:
on run URL
tell application "Safari"
activate
open location URL
end tell
end run
2. Set the Note's Web Browser field to "Other", then click on the Torch icon and point it at the compiled AppleScript.
It's a real bodge, but seems to work. The only minor problem is that it opens a new browser window for each Notes link you click. It doesn't "re-use" existing, open browser windows. Personally, I prefer it that way though.